Auto merge of #2465 - TheNeikos:add-version_env, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 8 Apr 2016 18:53:24 +0000 (11:53 -0700)
committerbors <bors@rust-lang.org>
Fri, 8 Apr 2016 18:53:24 +0000 (11:53 -0700)
Add a new CARGO_PKG_AUTHORS environment variable

This will allow crates to use the CARGO_PKG_AUTHORS env variable to get a comma
seperated list of the authors declared in the manifest.

Closes #2441


Trivial merge